[INFO] fetching crate firestore-cli-rust 0.2.0...
[INFO] checking firestore-cli-rust-0.2.0 against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] extracting crate firestore-cli-rust 0.2.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate firestore-cli-rust 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate firestore-cli-rust 0.2.0
[INFO] tweaked toml for crates.io crate firestore-cli-rust 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate firestore-cli-rust 0.2.0 on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate firestore-cli-rust 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:72:1
[INFO] [stderr]    |
[INFO] [stderr] 72 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `firestore-cli-rust` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a311655fbef592dcc61eda3fa0996b6c492794d8c3e6eb2fa714b0ad97bd02c0
[INFO] running `Command { std: "docker" "start" "a311655fbef592dcc61eda3fa0996b6c492794d8c3e6eb2fa714b0ad97bd02c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a311655fbef592dcc61eda3fa0996b6c492794d8c3e6eb2fa714b0ad97bd02c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a311655fbef592dcc61eda3fa0996b6c492794d8c3e6eb2fa714b0ad97bd02c0" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a311655fbef592dcc61eda3fa0996b6c492794d8c3e6eb2fa714b0ad97bd02c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a311655fbef592dcc61eda3fa0996b6c492794d8c3e6eb2fa714b0ad97bd02c0" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:72:1
[INFO] [stderr]    |
[INFO] [stderr] 72 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `firestore-cli-rust` (manifest) generated 1 warning
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling aws-lc-rs v1.15.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking flate2 v1.1.7
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking compression-codecs v0.4.33
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking unicase v2.8.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rustls-native-certs v0.8.2
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]    Compiling struct-path v0.2.4
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]    Compiling assert_cmd v2.1.1
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking prost v0.14.1
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.34.0
[INFO] [stderr]     Checking prost-types v0.14.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking simple_asn1 v0.6.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking secret-vault-value v1.0.1
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]    Compiling rvs_derive v0.3.2
[INFO] [stderr]    Compiling rsb_derive v0.5.1
[INFO] [stderr]     Checking rvstruct v0.3.2
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking async-compression v0.4.34
[INFO] [stderr]     Checking backoff v0.4.0
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking axum v0.8.7
[INFO] [stderr]     Checking tower-http v0.6.7
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tonic v0.14.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.12.24
[INFO] [stderr]     Checking tonic-prost v0.14.2
[INFO] [stderr]     Checking gcloud-sdk v0.28.3
[INFO] [stderr]     Checking firestore v0.47.0
[INFO] [stderr]     Checking firestore-cli-rust v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration_test.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let mut cmd = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration_test.rs:17:28
[INFO] [stdout]    |
[INFO] [stdout] 17 |     let mut cmd = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration_test.rs:31:28
[INFO] [stdout]    |
[INFO] [stdout] 31 |     let mut cmd = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration_test.rs:42:33
[INFO] [stdout]    |
[INFO] [stdout] 42 |     let mut cmd_list = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]    |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration_test.rs:54:36
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let mut cmd_get = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]    |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration_test.rs:74:28
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let mut cmd = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration_test.rs:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 |     let mut cmd = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration_test.rs:84:28
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let mut cmd = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]   --> tests/cli_integration_test.rs:90:28
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let mut cmd = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     let mut cmd = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:107:33
[INFO] [stdout]     |
[INFO] [stdout] 107 |     let mut cmd_list = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:121:39
[INFO] [stdout]     |
[INFO] [stdout] 121 |         let mut cmd_delete = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:132:36
[INFO] [stdout]     |
[INFO] [stdout] 132 |         let mut cmd_get = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:158:28
[INFO] [stdout]     |
[INFO] [stdout] 158 |     let mut cmd = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:177:33
[INFO] [stdout]     |
[INFO] [stdout] 177 |     let mut cmd_find = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:207:32
[INFO] [stdout]     |
[INFO] [stdout] 207 |     let mut cmd_add = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:221:33
[INFO] [stdout]     |
[INFO] [stdout] 221 |     let mut cmd_list = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:234:37
[INFO] [stdout]     |
[INFO] [stdout] 234 |     let mut cmd_increase = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:250:36
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let mut cmd_get_inc = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:258:37
[INFO] [stdout]     |
[INFO] [stdout] 258 |     let mut cmd_decrease = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `assert_cmd::cargo::CommandCargoExt::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`
[INFO] [stdout]    --> tests/cli_integration_test.rs:274:36
[INFO] [stdout]     |
[INFO] [stdout] 274 |     let mut cmd_get_dec = Command::cargo_bin("firestore-cli-rust")?;
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `csv`
[INFO] [stderr]   --> Cargo.toml:16:15
[INFO] [stderr]    |
[INFO] [stderr] 16 | [dependencies.csv]
[INFO] [stderr]    |               ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `csv`
[INFO] [stderr] warning: `firestore-cli-rust` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
[INFO] running `Command { std: "docker" "inspect" "a311655fbef592dcc61eda3fa0996b6c492794d8c3e6eb2fa714b0ad97bd02c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a311655fbef592dcc61eda3fa0996b6c492794d8c3e6eb2fa714b0ad97bd02c0", kill_on_drop: false }`
[INFO] [stdout] a311655fbef592dcc61eda3fa0996b6c492794d8c3e6eb2fa714b0ad97bd02c0
